home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / kernel / plan.def < prev    next >
Encoding:
Text File  |  1995-04-12  |  563 b   |  20 lines  |  [TEXT/R*ch]

  1. /* Definitions of all the plan types in Xconq.
  2.    Copyright (C) 1993, 1994, 1995 Stanley T. Shebs.
  3.  
  4. Xconq is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2, or (at your option)
  7. any later version.  See the file COPYING.  */
  8.  
  9. DEF_PLAN("none", PLAN_NONE)
  10.  
  11. DEF_PLAN("passive", PLAN_PASSIVE)
  12.  
  13. DEF_PLAN("defensive", PLAN_DEFENSIVE)
  14.  
  15. DEF_PLAN("exploratory", PLAN_EXPLORATORY)
  16.  
  17. DEF_PLAN("offensive", PLAN_OFFENSIVE)
  18.  
  19. DEF_PLAN("random", PLAN_RANDOM)
  20.